2006-06-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't
leak match data. (#345107, Christian Weiske)
2006-06-16 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't
+ leak match data. (#345107, Christian Weiske)
+
* gtk/gtkprintunixdialog.c (populate_dialog): Move the conflict
label out of the button box. (#339456, Christian Persch)
2006-06-16 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't
+ leak match data. (#345107, Christian Weiske)
+
* gtk/gtkprintunixdialog.c (populate_dialog): Move the conflict
label out of the button box. (#339456, Christian Persch)
if (completion->priv->popup_window)
gtk_widget_destroy (completion->priv->popup_window);
+ if (completion->priv->match_notify)
+ (* completion->priv->match_notify) (completion->priv->match_data);
+
G_OBJECT_CLASS (gtk_entry_completion_parent_class)->finalize (object);
}